home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Trig Explorer
/
The Trig Explorer.iso
/
mac
/
Explorer
/
Ex_Right.dxr
/
00056.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
1998-07-22
|
248 b
|
12 lines
on exitFrame
global a, b, c
set a to field "A"
put a * a into field "A2"
set b to field "B"
put b * b into field "B2"
set the floatPrecision to 2
set c to sqrt((a * a) + (b * b))
put c into field "C"
put c * c into field "C2"
end